# LiveVue ## Docs - [vue/1 component](https://mintlify.wiki/Valian/live_vue/api/component-syntax.md): Complete syntax reference for the .vue component function - [LiveVue.Components](https://mintlify.wiki/Valian/live_vue/api/components.md): Macros to improve the developer experience of crossing the LiveView/Vue boundary - [Core composables](https://mintlify.wiki/Valian/live_vue/api/composables.md): Vue composables for LiveView integration - useLiveVue, useLiveEvent, useLiveNavigation, and more - [Form composables](https://mintlify.wiki/Valian/live_vue/api/live-form.md): useLiveForm, useField, and useArrayField for server-side form validation with LiveView - [File upload composable](https://mintlify.wiki/Valian/live_vue/api/live-upload.md): useLiveUpload for Phoenix LiveView file uploads in Vue components - [LiveVue](https://mintlify.wiki/Valian/live_vue/api/live-vue.md): Main module for integrating Vue.js components with Phoenix LiveView - [Server-side rendering](https://mintlify.wiki/Valian/live_vue/api/ssr.md): Modules for rendering Vue components on the server - [~VUE sigil](https://mintlify.wiki/Valian/live_vue/api/vue-sigil.md): Inline Vue single-file components in LiveView templates - [Architecture](https://mintlify.wiki/Valian/live_vue/guides/architecture.md): Understanding how LiveVue works under the hood - [Basic usage](https://mintlify.wiki/Valian/live_vue/guides/basic-usage.md): Learn fundamental patterns for using Vue components in Phoenix LiveView - [Comparison with alternatives](https://mintlify.wiki/Valian/live_vue/guides/comparison.md): Compare LiveVue with other Phoenix LiveView frontend integration libraries to choose the right solution - [Configuration](https://mintlify.wiki/Valian/live_vue/guides/configuration.md): Advanced setup, SSR configuration, and customization options for LiveVue - [Deployment](https://mintlify.wiki/Valian/live_vue/guides/deployment.md): Production deployment guide for LiveVue applications - [Frequently asked questions](https://mintlify.wiki/Valian/live_vue/guides/faq.md): Common questions about LiveVue, including technical details, comparisons, and development tips - [Forms](https://mintlify.wiki/Valian/live_vue/guides/forms.md): Build complex forms with server-side validation using useLiveForm composable - [Testing](https://mintlify.wiki/Valian/live_vue/guides/testing.md): Testing Vue components in Phoenix LiveView - [Troubleshooting](https://mintlify.wiki/Valian/live_vue/guides/troubleshooting.md): Diagnose and fix common issues when working with LiveVue - [Installation](https://mintlify.wiki/Valian/live_vue/installation.md): Install LiveVue in your Phoenix project with automated setup via Igniter - [Introduction](https://mintlify.wiki/Valian/live_vue/introduction.md): Vue inside Phoenix LiveView with seamless end-to-end reactivity - [Quick start](https://mintlify.wiki/Valian/live_vue/quickstart.md): Create your first Vue component and integrate it with Phoenix LiveView